bump version to 0.1.6
authorØyvind Kolås <pippin@gimp.org>
Fri, 18 Nov 2011 18:44:58 +0000 (18:44 +0000)
committerØyvind Kolås <pippin@gimp.org>
Fri, 18 Nov 2011 18:45:23 +0000 (18:45 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 4fc00bb9216bb48d2384713e35f53f75c45c3976..f8f8c54c13e7857afcde6bbe0e1f5994c3c72a59 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ the news section both in the README and the webpage.
 
                                                                           -->
 
+2011-11-18 babl-0.1.6                                               </dt><dd>
+Build improvements, remove blatantly wrong conversions from extensions,
+made it possible to distinguish format_n formats from others, improvements
+to vala/gobject introspection support.
+
+                                                                    </dd><dt>
 2011-01-20 babl-0.1.4                                               </dt><dd>
 Improved cross platform build ability, added code to handle n-component formats,
 remove extraenous runtime profiling that impacted performance.
index 71ded2eff7c975678d49308c3bef433bd1952dc8..d5ed3b52d934e3da32d2c4ddf536f1505d453fdb 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [5])
+m4_define([babl_micro_version], [6])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])